home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / pascal / alrmtpw.exe / ALARRC.PAS < prev    next >
Pascal/Delphi Source File  |  1991-09-09  |  2KB  |  63 lines

  1. { File:         AlarRC.pas  }
  2. { Created:      Mon Sep 09 00:25:27 1991  }
  3. { Description:  Unit AlarRC  }
  4. {               Definitions of identifiers used in Alarm.rc  }
  5.  
  6. {{ STARTBLOCK   File Version Information  (REGENERATE)  }
  7. { Regenerated:  Mon Sep 09 00:25:27 1991  }
  8. { Skeleton by:  Winpro/3, a product from Louis J. Cutrona, Jr.  }
  9. {               tpw.skl version 0.05  }
  10. {{ ENDBLOCK }
  11.  
  12. unit AlarRC ;
  13.  
  14. interface
  15.  
  16. { The following define the symbolic id's used in the Alarm resource    }
  17. { definition file.  They are listed in alphabetical order.  Values are    }
  18. { assigned in the order in which the symbols were encountered in the      }
  19. { resource definition file.  Symbols used to define strings in the string }
  20. { table are assigned values starting from 256.  Symbols used elsewhere    }
  21. { are assigned values starting from 1256.  If a symbol is used both as    }
  22. { a string id and as something else, it is given an id in the string      }
  23. { table series in order to keep all of the string table entries           }
  24. { together in the resource file.  If the symbol had previously been       }
  25. { assigned a value in the general series, that value is not re-used.      }
  26.  
  27. const
  28. {{ STARTBLOCK   Defines for .RC file   (REGENERATE)  }
  29.  
  30.   ALARM_ICON = 1263 ;
  31.   ALARM_MENU = 1256 ;
  32.   dlg_AboutAlarm = 1271 ;
  33.   dlg_SetAlarmTime = 1264 ;
  34.   EM_MESSAGE = 1270 ;
  35.   ET_DAY = 1266 ;
  36.   ET_HOUR = 1268 ;
  37.   ET_MINUTE = 1269 ;
  38.   ET_MONTH = 1265 ;
  39.   ET_YEAR = 1267 ;
  40.   IDFIXEDTEXT = -1 ;
  41.   IDM001 = 1282 ;
  42.   IDM002 = 1288 ;
  43.   IDM004 = 1284 ;
  44.   IDM005 = 1285 ;
  45.   IDM007 = 1286 ;
  46.   IDM009 = 1287 ;
  47.   idmALARMOFF = 1274 ;
  48.   idmALARMON = 1273 ;
  49.   idmHIDE = 1276 ;
  50.   IDS_MAINWINDOWCAPTION = 256 ;
  51.   NewMenu = 1280 ;
  52.   STDCLOSE = 1275 ;
  53.   Temp = 1283 ;
  54.   xyz = 1281 ;
  55.  
  56. {{ ENDBLOCK }
  57.  
  58. implementation
  59.  
  60. end.
  61.  
  62. {   E N D   O F   F I L E   AlarRC.pas   }
  63.